home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000251_news@newsmaster….columbia.edu _Thu Feb 19 19:25:32 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  7KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA02270
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 19 Feb 1998 19:25:32 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA23227
  7.     for kermit.misc@watsun; Thu, 19 Feb 1998 19:25:31 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: MS-DOS Kermit v3.16 ready for testing
  12. Date: 20 Feb 1998 00:25:26 GMT
  13. Organization: Columbia University
  14. Lines: 137
  15. Message-ID: <6ciihm$c4l$1@apakabar.cc.columbia.edu>
  16. NNTP-Posting-Host: watsun.cc.columbia.edu
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8442
  18.  
  19.  
  20. Joe posted this Tuesday evening, but it never showed up here.  Apologies
  21. to any of you who see it twice.
  22.  
  23. X-News: cc.usu.edu comp.protocols.kermit.misc:7365
  24. From: jrd@cc.usu.edu (Joe Doupnik)
  25. Subject: MS-DOS Kermit v3.16 ready for testing
  26. Date: 17 Feb 98 19:58:31 MDT
  27. Message-ID: <JdQV8BHfzD6y@cc.usu.edu>
  28.  
  29.     Announcing public testing of MS-DOS Kermit v3.16 pre-release.
  30.  
  31.     Experience has shown that interesting bugs appear only when people
  32. really push software, and thus we are asking you to do just that with this
  33. pre-release of MS-DOS Kermit 3.16.
  34.     The basic file set is in binary file MSK316.ZIP, 186KB, located in 
  35. directory  kermit/test/bin  on kermit.columbia.edu. There is no installation
  36. instruction nor support scripts etc in this test situation so please use your
  37. existing files. Patches will not work so please comment out instruction PATCH
  38. in your startup material while testing.
  39.     Please pass bug reports and comments to Kermit-support@columbia.edu
  40. and send a copy directly to me at jrd@cc.usu.edu.
  41.     What's new is indicated in this copy of file msk316.chg. Notice that
  42. some bugs existing in MSK v3.15 are unpatchable and are fixed in v3.16.
  43.     We would like to release this edition as soon as bugs are fixed and
  44. our (and your) temptation to add features is restrained (temporarly).
  45.     Thanks for helping the project, and we won't charge you to be a tester.
  46.     Joe D.
  47.  
  48. --------------
  49. File msk316.chg -
  50.  
  51.     Changes between the MS-DOS Kermit v3.16 alpha 3 and alpha 2.
  52.                                 15 Feb 1998
  53.  
  54. 1. Write the extra Line Feed to the session log when SET TERMINAL
  55.    CR-DISPLAY is CR/LF (CR arrives, act as if CR/LF had arrived).
  56.  
  57. 2. Correct bug in IF statments within SWITCH statments that read too
  58.    many bytes for the IF statment command and hence confused SWITCH too.
  59.  
  60.  
  61.     Changes between the MS-DOS Kermit v3.16 alpha 2 and alpha 1.
  62.                                 24 Jan 1998
  63.  
  64. 1. Correct bug in command SWITCH which resulted in loss of \%1..\%9.
  65.  
  66. 2. Stop a memory leak with keyboard macros.
  67.  
  68. 3. Correct bug whereby command REMOTE QUERY KERMIT would not permit \%char
  69.    variables to be replaced with their definition in the command argument.
  70.  
  71. 4. Add command REMOTE SET TRANSFER MODE {AUTOMATIC, MANUAL}.
  72.  
  73. 5. Correct a serious problem of sending incomplete Kermit packets over a
  74.    serial port connection. 
  75.  
  76. 6. Add display of optional message on the QUIT and EXIT commands.
  77.  
  78.  
  79.     Changes between the MS-DOS Kermit v3.15 and v3.16 alpha 1.
  80.                                 8 Dec 1997
  81.  
  82. 1.  Correct bug in IP intruder detection (conflicting IP addresses).
  83.  
  84. 2.  Correct bug which times out active TCP/IP Listen connections.
  85.  
  86. 3.  Correct bug which disabled use of macro on_exit.
  87.  
  88. 4.  Add TCP delayed ACKs to reduce network traffic on busy links. The
  89.     delay is nominally 50ms. This heuristic may be removed later.
  90.  
  91. 5.  Extend TCP reply timeout to several minutes, for especially slow links.
  92.  
  93. 6.  Turn off Kermit packet level timing during file transfers over internal
  94.     TCP/IP. This heuristic is subject to modification later.
  95.  
  96. 7.  Add granularity to command SET TCP DEBUG {OFF, STATUS, TIMING, ON}. 
  97.     ARP packets and round trip timing appears only with TIMING and ON.
  98.     TCP states and normal operating messages appear with STATUS and ON.
  99.     ON means both STATUS and TIMING.
  100.  
  101. 8.  Add an 8KB autocache for reading disk files during file transfers.
  102.  
  103. 9.  Add fast block-mode byte transfers while reading Kermit packet data
  104.     field bytes, as a speed improvment on fast comms links.
  105.  
  106. 10. Allow binary 0 to appear as an unprefixed code in Kermit packets.
  107.  
  108. 11. Enforce prefixing of codes 127, 255, packet start of header (normally
  109.     1, Control-A), packet end of line (normally 13, Carriage Return),
  110.     and 3 (Control-C).
  111.  
  112. 12. Revise SHOW CONTROL-PREFIXING to display both prefixed and unprefixed 
  113.     control codes.
  114.  
  115. 13. Add Kermit protocol streaming mode. SET STREAMING {ON, OFF}, default 
  116.     is off. Heuristics are still being adjusted. STATISTICS command has a 
  117.     new field saying streaming was used on last file transfer. Formatted 
  118.     file transfer screens show streaming rather than windowing information.
  119.     Fastest transfers use SET DISPLAY QUIET (reduces per-packet overhead)
  120.     and the file sender uses SET CONTROL UNPREFIX on as many codes as the
  121.     comms channel will support (but always prefix Control-C (3) and packet
  122.     start (1) and end (13) codes and their high-bit-set counterparts, plus
  123.     Telnet 127 and 255. In short form: set control unprefix all, set control
  124.     prefix 1, 3, 13, 127, 129, 131, 141, 255).
  125.  
  126. 14. Remove command SET RECEIVED IGNORE-CHAR for being obsolete and awkward.
  127.  
  128. 15. Add command SET TRANSFER CRC {ON, OFF}, default is off, and variable
  129.     \v(crc). This calculates the CCITT-16-CRC checksum across all files 
  130.     sent or received in a group.
  131.  
  132. 16. Add new options /RECURSIVE and /NONRECURSIVE to the SEND and GET commands
  133.     to send or request files from directory trees. Default is /nonrecursive.
  134.     MS-DOS Kermit Server mode also supports recursive requests. Directories
  135.     are created as needed. Recursive requests can be rooted or relative to 
  136.     the current location depending on the filename pattern given. The syntax
  137.     is SEND /RECURSIVE filespec and so on; a /switch is optional.
  138.  
  139. 17. Add functions \frdirectories() and \frfiles() to support recursive tree
  140.     walking. \frdirectories(pattern) yields the number of directory names
  141.     in the tree fitting the pattern, and \frfiles(pattern) does the same for
  142.     filenames. Function \fnextfile() remembers whether the recursive or plain
  143.     file counting functions, \frfiles() or \ffiles(), were invoked and it 
  144.     produces a new filename accordingly on each call.
  145.  
  146. (End)
  147.  
  148. Frank again.  Many of these features -- streaming, recursive directory
  149. traversal, unprefixing 0 -- parallel those in C-Kermit 6.1 and
  150. K95 1.1.16, both of which are yet to be announced, and can be used in
  151. conjunction with those versions as soon as they are available.  Watch
  152. this space and/or the comp.protocols.kermit.announce newsgroup for
  153. further news.
  154.  
  155. - Frank